home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ╔═════════════════════════════════════════════════════════════════════════════╗
- echo ║ ║
- echo ║ ║
- echo ║ TOOLS FOR C ║
- echo ║ Application Development Package ║
- echo ║ ║
- echo ║ Copyright (C) 1987 by ║
- echo ║ BP Software Solutions, Inc. ║
- echo ║ ║
- echo ║ This batch file will print out the documentation for TOOLS FOR C. ║
- echo ║ ║
- echo ║ These files will be typed to your PRN device. ║
- echo ║ ║
- echo ║ The files MANUAL.TXT, REFMAN.TXT, and MG.TXT must be in the ║
- echo ║ current directory. ║
- echo ║ ║
- echo ║ The documentation will consume approximately 60 pages. ║
- echo ║ If your printer is not ready or if you do not have this ║
- echo ║ much paper loaded or the text files are not where they ║
- echo ║ should be, press Control C now to abort. ║
- echo ║ ║
- echo ╚═════════════════════════════════════════════════════════════════════════════╝
- pause
- type manual.txt >PRN
- type refman.txt >PRN
- type mg.txt >PRN
-